home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Vanilla_Pudding / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  767 b   |  59 lines

  1. BODY
  2. {
  3.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : medium;
  5.     color : rgb(128,128,128);
  6.     font-weight : normal;
  7.     font-style : normal;
  8.     background-color : rgb(255,255,204);
  9.     background-image : none
  10. }
  11.  
  12. H1
  13. {
  14.     color : rgb(153,51,51)
  15. }
  16.  
  17. H2
  18. {
  19.     color : rgb(153,51,51)
  20. }
  21.  
  22. P
  23. {
  24.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  25.     font-size : 1em;
  26.     color : rgb(128,128,128);
  27.     line-height : 1.4em;
  28.     font-weight : normal;
  29.     font-style : normal;
  30.     text-align : left
  31. }
  32.  
  33. H3
  34. {
  35.     color : rgb(153,51,51)
  36. }
  37.  
  38. H4
  39. {
  40.     color : rgb(153,51,51)
  41. }
  42.  
  43. H5
  44. {
  45.     color : rgb(153,51,51)
  46. }
  47.  
  48. H6
  49. {
  50.     color : rgb(153,51,51)
  51. }
  52.  
  53. A:hover
  54. {
  55.     color : rgb(0,51,153);
  56.     font-weight : bold
  57. }
  58.  
  59.